
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-audiowide: 'Audiowide',display;
--font-permanentmarker: 'Permanent Marker',handwriting;
--font-anta: 'Anta',sans-serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}


    .dLuEIT {
      width:100%;
      height:100vh;
      display:flex;
      background:var(--grey-900);
      align-items:center;
      justify-content:center;
    }

    .dLuEIT:focus {
      border-color:black;
      border-style:none;
      border-width:1px;
    }

    .cyZISo {
      width:100%;
      display:flex;
      row-gap:8px;
      column-gap:8px;
      align-items:flex-start;
      flex-direction:column;
      justify-content:center;
    }

    .bPQgxQ {
      flex:1;
      width:100%;
    }

    .dMBdSl {
      flex:1;
      color:#606e71;
    }

    .dcVXax {
      color:var(--color);
      width:60px;
      font-size:14px;
      background:#000000;
      text-align:right;
      font-family:Inter;
      padding-top:4px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:4px;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .ecQyUa {
      width:100%;
      display:flex;
      row-gap:8px;
      column-gap:8px;
      align-items:center;
      padding-left:16px;
      padding-right:16px;
      flex-direction:row;
      justify-content:flex-start;
    }

    .eOglnj {
      width:100%;
      background:#000000d6;
      box-shadow:0px 6px 5px 0px #00000033 inset, 0px -1px 1px  #ffffff47 inset;
      padding-top:12px;
      padding-left:3px;
      padding-right:3px;
      padding-bottom:12px;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .cPpldb {
      flex:var(--flex);
      width:100%;
      display:flex;
      row-gap:8px;
      background:#0d0e12;
      box-shadow:0px 6px 5px 0px #00000033 inset, 0px -1px 1px  #ffffff47 inset;
      column-gap:8px;
      align-items:flex-start;
      padding-top:16px;
      padding-left:16px;
      padding-right:16px;
      flex-direction:column;
      padding-bottom:16px;
      justify-content:flex-start;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    @media (max-width: 100px) {

    .cPpldb {
      display:none;
    }
    }

    .bJSTdr {
      display:flex;
      row-gap:16px;
      position:relative;
      column-gap:16px;
      align-items:center;
      flex-direction:row-reverse;
      justify-content:flex-end;
    }

    .dgYuUI {
      flex:1;
      width:100%;
      display:flex;
      row-gap:8px;
      column-gap:8px;
      align-items:flex-start;
      padding-top:8px;
      flex-direction:column;
      padding-bottom:8px;
      justify-content:flex-start;
    }

    .bYWifS {
      color:#424242;
    }

    .nZsfy {
      color:#c9ccd4;
    }

    .eEuLTf {
      color:#30e1a9;
    }

    .csZZUr {
      color:#ffffff;
      display:flex;
      row-gap:4px;
      font-size:13px;
      column-gap:4px;
      align-items:flex-start;
      flex-direction:row;
      justify-content:flex-start;
    }

    .bsSGvk {
      width:100%;
      display:flex;
      row-gap:4px;
      column-gap:4px;
      align-items:flex-start;
      flex-direction:row;
      justify-content:flex-start;
    }

    .bBcpLX {
      flex:1;
      color:#ffffff;
      display:flex;
      row-gap:8px;
      flex-wrap:wrap;
      font-size:13px;
      column-gap:8px;
      align-items:flex-start;
      flex-direction:row;
      justify-content:flex-start;
    }

    .bUUYII {
      display:flex;
      row-gap:8px;
      column-gap:8px;
      align-items:flex-start;
      flex-direction:row;
      justify-content:flex-start;
    }

    .bqHBxD {
      color:#c3c6d0;
    }

    .djQqCv {
      width:100%;
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .dQgovO {
      color:#30e8ae;
    }

    .cjUFXX {
      color:var(--color);
      cursor:pointer;
    }

    .tdeSx {
      color:#5B6167;
    }

    .eHUCIk {
      width:100%;
      display:flex;
      row-gap:8px;
      column-gap:8px;
      align-items:flex-start;
      flex-direction:row;
      justify-content:flex-start;
    }

    .fsKweg {
      width:100%;
      display:flex;
      row-gap:16px;
      column-gap:16px;
      align-items:flex-start;
      padding-top:16px;
      flex-direction:column;
      padding-bottom:16px;
      justify-content:flex-start;
    }

    .eDDqex {
      color:#ffffff;
      display:flex;
      row-gap:8px;
      font-size:13px;
      column-gap:8px;
      align-items:flex-start;
      flex-direction:row;
      justify-content:flex-start;
    }

    .NDpes {
      width:100%;
      display:flex;
      row-gap:8px;
      column-gap:8px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    @media (max-width: 1000px) {

    .NDpes {
      flex-direction:column;
    }
    }

    .enRkJj {
      color:#c7c7c7;
      cursor:pointer;
      font-size:14px;
      background:#01000d;
      padding-top:8px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:8px;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .enRkJj:hover {
      color:#30e1a9;
      background:#30363b;
    }

    .bEMScw {
      color:#505668;
    }

    .cowtlB {
      display:flex;
      row-gap:8px;
      column-gap:8px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .qljRo {
      flex:1;
      display:flex;
      row-gap:8px;
      column-gap:8px;
      align-items:flex-start;
      flex-direction:column;
      justify-content:flex-start;
    }

    .cPmvJR {
      flex:1;
      width:100%;
      display:flex;
      row-gap:8px;
      column-gap:8px;
      align-items:flex-start;
      padding-top:8px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:flex-start;
    }

    @media (max-width: 1000px) {

    .cPmvJR {
      flex-direction:column;
    }
    }

    .cohYZo {
      color:#c7c7c7;
      cursor:pointer;
      display:none;
      font-size:14px;
      background:#01000d;
      padding-top:8px;
      padding-left:16px;
      padding-right:16px;
      padding-bottom:8px;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .cohYZo:hover {
      color:#30e1a9;
      background:#30363b;
    }

    @media (max-width: 1000px) {

    .cohYZo {
      color:#30e1a9;
      width:100%;
      display:block;
      background:#30363b;
    }
    }

    .dXaCoa {
      color:#30e1a9;
      opacity:0;
      transition:opacity 300ms ease;
    }

    .dXaCoa.active {
      opacity:1;
    }

    .dFjzQd {
      display:flex;
      row-gap:8px;
      font-size:13px;
      column-gap:8px;
      align-items:flex-start;
      font-family:13px;
      flex-direction:row;
      justify-content:flex-start;
    }

    .cIGQdr {
      rotate:0 0 1 0deg;
      transition:rotate 200ms ease;
    }

    .cIGQdr.open {
      rotate:0 0 1 -180deg;
    }

    .bqAUIb {
      color:#c7c7c7;
      cursor:pointer;
      font-size:14px;
      background:#01000d;
      padding-top:8px;
      padding-left:16px;
      padding-right:16px;
      padding-bottom:8px;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .bqAUIb:hover {
      color:#30e1a9;
      background:#30363b;
    }

    @media (max-width: 1000px) {

    .bqAUIb {
      color:#30e1a9;
      display:none;
      background:#30363b;
    }
    }

    .ZpWeu {
      color:#caccd4;
    }

    .diDECB {
      display:flex;
      row-gap:4px;
      background:#0d0e11;
      column-gap:4px;
      align-items:center;
      padding-top:4px;
      padding-left:4px;
      padding-right:4px;
      flex-direction:row;
      padding-bottom:4px;
      justify-content:flex-start;
      scrollbar-width:none;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .diDECB::-webkit-scrollbar {
    width: 0;
    }

    @media (max-width: 1000px) {

    .diDECB {
      background:none;
    }
    }

    .eIdzQH {
      flex:1;
      display:flex;
      row-gap:4px;
      background:#0d0e11;
      column-gap:4px;
      align-items:center;
      padding-top:4px;
      padding-left:4px;
      padding-right:4px;
      flex-direction:row;
      padding-bottom:4px;
      justify-content:flex-start;
      scrollbar-width:none;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .eIdzQH::-webkit-scrollbar {
    width: 0;
    }

    .cfcDCH {
      display:flex;
      flex-grow:3;
      max-width:600px;
      background:linear-gradient(to bottom right, var(--backgroundHigh) 0%, var(--backgroundLow) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      flex-basis:0%;
      overflow-x:hidden;
      overflow-y:hidden;
      align-items:stretch;
      flex-shrink:1;
      flex-direction:column;
      justify-content:flex-start;
      border-top-left-radius:4px;
      border-top-right-radius:28px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:28px;
    }

    @media (max-width: 1000px) {

    .cfcDCH {
      max-width:100%;
      background:linear-gradient(to bottom right, var(--backgroundHigh) 0%, var(--backgroundLow) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      border-top-left-radius:0px;
      border-top-right-radius:0px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }
    }

    .bUtGdo {
      color:#e1e1dbb0;
      font-size:1em;
      font-family:"Permanent Marker";
    }

    @media (max-width: 1000px) {

    .bUtGdo {
      font-size:1em;
    }
    }

    .cLFDvt {
      width:100%;
      height:auto;
      display:flex;
      row-gap:20px;
      position:relative;
      column-gap:20px;
      align-items:stretch;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      flex-direction:column;
      padding-bottom:20px;
      justify-content:flex-start;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .bcEFEX {
      flex:1;
      display:flex;
      position:relative;
      align-items:center;
      padding-top:10%;
      aspect-ratio:3/2;
      padding-left:10%;
      padding-right:10%;
      padding-bottom:10%;
      justify-content:center;
    }

    .MHzBT {
      right:-8px;
      width:16px;
      bottom:-8px;
      height:16px;
      display:flex;
      position:absolute;
      align-items:center;
      justify-content:center;
    }

    .eyJLnc {
      top:0px;
      left:var(--left);
      width:var(--width);
      height:16px;
      display:flex;
      position:absolute;
      background:#370052;
      align-items:center;
      justify-content:center;
    }

    .yhgCY {
      flex:1;
      width:var(--width);
      height:var(--height);
      display:flex;
      position:absolute;
      background:#0a0a0a;
      align-items:center;
      border-color:#1aff34;
      border-style:Dashed;
      border-width:1px;
      justify-content:center;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .dqORIo {
      flex:1;
      width:1px;
      background:#b41aff;
    }

    .MfBSZ {
      width:16px;
      height:2px;
      background:white;
    }

    .XvaHH {
      width:2px;
      height:16px;
      position:absolute;
      background:white;
    }

    .fDYJBZ {
      width:100%;
      height:16px;
      display:flex;
      row-gap:20px;
      column-gap:20px;
      align-items:stretch;
      flex-direction:row;
      justify-content:flex-start;
    }

    .btTaQ {
      flex:1;
      height:auto;
      display:flex;
      position:relative;
      background:#ffffff14;
      align-items:center;
      justify-content:center;
    }

    .bOFtuu {
      flex:1;
      width:100%;
      display:flex;
      row-gap:20px;
      position:relative;
      column-gap:20px;
      align-items:stretch;
      flex-direction:row;
      justify-content:flex-start;
    }

    .SdbGQ {
      flex:1;
      width:100%;
      height:100%;
      display:flex;
      position:absolute;
      align-items:center;
      border-color:#ffffff66;
      border-style:Dashed;
      border-width:1px;
      justify-content:center;
    }

    .bOGPe {
      top:-8px;
      left:-8px;
      width:16px;
      height:16px;
      display:flex;
      position:absolute;
      align-items:center;
      justify-content:center;
    }

    .fgktQm {
      left:-8px;
      width:16px;
      bottom:-8px;
      height:16px;
      display:flex;
      position:absolute;
      align-items:center;
      justify-content:center;
    }

    .mqmJT {
      top:0px;
      left:var(--left);
      width:1px;
      height:16px;
      display:flex;
      position:absolute;
      align-items:center;
      justify-content:center;
    }

    .fCLwCJ {
      width:8px;
      height:8px;
      background:#1d1d1d;
      border-color:#b41aff;
      border-style:solid;
      border-width:1px;
      border-top-left-radius:50%;
      border-top-right-radius:50%;
      border-bottom-left-radius:50%;
      border-bottom-right-radius:50%;
    }

    .egYnxl {
      flex:1;
      width:var(--width);
      height:var(--height);
      display:flex;
      position:absolute;
      background:#091b0b;
      align-items:center;
      border-color:#1bff34;
      border-style:solid;
      border-width:2px;
      justify-content:center;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .bmsGMf {
      top:-8px;
      right:-8px;
      width:16px;
      height:16px;
      display:flex;
      position:absolute;
      align-items:center;
      justify-content:center;
    }

    .bEWRXl {
      display:flex;
      align-items:flex-start;
      flex-direction:column;
      justify-content:flex-start;
      scroll-snap-align:start;
    }

    .XWwLL {
      flex:1;
      color:#30e1a9;
      height:100%;
      display:flex;
      row-gap:20px;
      column-gap:20px;
      overflow-x:hidden;
      overflow-y:scroll;
      align-items:flex-start;
      font-family:Anta;
      padding-top:30px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:30px;
      justify-content:flex-start;
      scrollbar-width:none;
    }

    .XWwLL::-webkit-scrollbar {
    width: 0;
    }

    .fpVUIZ {
      font-family:inherit;
    }

    .bkEqGn {
      display:flex;
      row-gap:8px;
      column-gap:8px;
      align-items:flex-start;
      font-family:inherit;
      flex-direction:row;
      justify-content:flex-start;
    }

    .eMPdxi {
      width:100%;
      display:flex;
      row-gap:40px;
      column-gap:40px;
      align-items:flex-start;
      padding-top:40px;
      padding-left:40px;
      padding-right:40px;
      flex-direction:column;
      padding-bottom:40px;
      justify-content:flex-start;
    }

    @media (max-width: 1000px) {

    .eMPdxi {
      row-gap:20px;
      column-gap:20px;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:20px;
    }
    }

    .dlTjMB {
      display:flex;
      row-gap:8px;
      column-gap:8px;
      font-family:inherit;
      flex-direction:column;
    }

    .GLnYD {
      color:#c3c6d0;
      font-family:inherit;
      line-height:1.4em;
    }

    .dFTkVh {
      width:100%;
      display:flex;
      background:#0d0e12;
      box-shadow:0px 6px 12px 0px #00000033 inset, 0px -1px 1px  #ffffff47 inset;
      align-items:stretch;
      flex-direction:row;
      justify-content:flex-start;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    @media (max-width: 1000px) {

    .dFTkVh {
      display:none;
    }
    }

    .fDjmhz {
      color:#c3c6d0;
      font-size:13px;
      font-family:inherit;
    }

    .dDmuju {
      flex:1;
      width:100%;
    }

    @media (max-width: 1000px) {
    }

    .iJJxA {
      display:inline;
      row-gap:8px;
      column-gap:8px;
      font-family:inherit;
      line-height:1.4em;
      flex-direction:row;
    }

    .cfuEHT {
      display:flex;
      row-gap:8px;
      column-gap:8px;
      font-family:inherit;
      flex-direction:row;
    }

    .BKUqC {
      color:#c3c6d0;
      font-family:inherit;
    }

    .egztSZ {
      gap:40px;
      width:100%;
      display:flex;
      grid-template:auto / 1fr 1fr;
      flex-direction:column;
    }

    @media (max-width: 1000px) {

    .egztSZ {
      row-gap:20px;
      column-gap:20px;
    }
    }

    .bXKKsu {
      width:100%;
      display:flex;
      row-gap:24px;
      font-size:13px;
      column-gap:24px;
      align-items:flex-start;
      font-family:inherit;
      justify-content:center;
    }

    .dNjIRt {
      flex:1;
      display:flex;
      max-width:260px;
      align-items:center;
      aspect-ratio:1/1;
      justify-content:center;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    @media (max-width: 1000px) {

    .dNjIRt {
      max-width:160px;
    }
    }

    .ArwgS {
      flex:1;
    }

    @media (max-width: 1000px) {

    .ArwgS {
      width:100%;
    }
    }

    .erJTPi {
      display:flex;
      row-gap:32px;
      column-gap:32px;
      align-items:flex-start;
      flex-direction:row;
      justify-content:flex-start;
    }

    @media (max-width: 1000px) {

    .erJTPi {
      width:100%;
      display:flex;
      align-items:flex-start;
      flex-direction:column;
      justify-content:flex-start;
    }
    }

    .bwehDE {
      width:100%;
      height:100%;
      display:flex;
      row-gap:24px;
      font-size:13px;
      column-gap:24px;
      align-items:flex-start;
      font-family:inherit;
      line-height:1.4em;
      padding-right:8px;
      justify-content:center;
    }

    .dnpKYR {
      display:flex;
      row-gap:24px;
      column-gap:24px;
      align-items:flex-start;
      font-family:inherit;
      flex-direction:row;
      justify-content:flex-start;
    }

    .HomePage\:96Fwwi1xsjYODFAVlIA98 {
      width:100%;
      scroll-snap-align:start;
    }

    .ekExaN {
      width:100%;
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    @media (max-width: 1000px) {

    .ekExaN {
      display:none;
    }
    }

    .tDBUT {
      flex:1;
      display:flex;
      overflow-x:hidden;
      overflow-y:scroll;
      align-items:flex-start;
      flex-direction:column;
      justify-content:flex-start;
      scrollbar-width:none;
    }

    .tDBUT::-webkit-scrollbar {
    width: 0;
    }

    .ekKkXl {
      color:#a3afb2;
      cursor:pointer;
      padding-top:8px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:8px;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .ekKkXl:hover {
      color:var(--grey-50);
    }

    .HomePage\:KXYcebEnrenWMeYSOkSMq {
      width:100%;
      scroll-snap-align:start;
    }

    .bHcNaW {
      width:100%;
      height:1px;
      background:var(--purple-500);
    }

    .fpLRKI {
      width:100%;
      height:8px;
      display:flex;
      row-gap:20px;
      column-gap:20px;
      align-items:stretch;
      flex-direction:row;
      justify-content:flex-start;
    }

    .bSXLkG {
      width:8px;
      height:auto;
    }

    .bHifcE {
      flex:1;
      height:auto;
      background:#636363;
    }

    .fDBbtP {
      flex:1;
      aspect-ratio:1/1;
    }

    .ebsHog {
      width:8px;
      display:flex;
      position:relative;
      align-items:center;
      justify-content:center;
    }

    .byJUeq {
      width:1px;
      height:100%;
      background:var(--purple-500);
    }

    .bCPIJL {
      width:100%;
      height:8px;
      display:flex;
      opacity:0;
      row-gap:20px;
      column-gap:20px;
      align-items:stretch;
      flex-direction:row;
      justify-content:flex-start;
    }

    .eViOeS {
      flex:1;
      height:auto;
      display:flex;
      position:relative;
      align-items:center;
      justify-content:center;
    }

    .bEJHTE {
      top:var(--top);
      right:0px;
      width:8px;
      height:2px;
      position:absolute;
      background:#c20aff;
    }

    .cxoGKC {
      top:-4px;
      left:var(--left);
      width:var(--width);
      height:14px;
      position:absolute;
      background:linear-gradient(to right, #0a0a0a 50%, transparent 50%) scroll border-box padding-box repeat no-repeat 0% 0% / 4px 20px #8b5cf6;
    }

    .HomePage\:LzwpPLI_ik62WM2zkYDaI {
      flex:1;
      max-width:260px;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .efahQh {
      width:100%;
      display:flex;
      row-gap:8px;
      column-gap:8px;
      align-items:flex-start;
      flex-direction:column;
      justify-content:center;
    }

    .fuDBje {
      flex:1;
      color:#64787d;
    }

    .fFQxa-D {
      width:100%;
      display:flex;
      box-shadow:0px 1px 2px 0px #ffffff24 inset;
      align-items:flex-start;
      flex-direction:row;
      justify-content:flex-start;
      scrollbar-width:none;
      scroll-snap-type:x mandatory;
    }

    .fFQxa-D::-webkit-scrollbar {
    width: 0;
    }

    .cVmpYn {
      width:100%;
      height:100%;
      display:flex;
      row-gap:4px;
      background:#000000;
      column-gap:4px;
      align-items:stretch;
      padding-top:8px;
      border-color:#000000;
      border-style:solid;
      border-width:8px;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:flex-start;
      border-top-left-radius:40px;
      border-top-right-radius:40px;
      border-bottom-left-radius:40px;
      border-bottom-right-radius:40px;
    }

    @media (max-width: 1000px) {

    .cVmpYn {
      row-gap:2px;
      background:#000000;
      column-gap:2px;
      padding-top:2px;
      border-color:black;
      border-style:solid;
      border-width:0px;
      padding-left:2px;
      padding-right:2px;
      flex-direction:column;
      padding-bottom:2px;
      border-top-left-radius:0px;
      border-top-right-radius:0px;
      border-bottom-left-radius:0px;
      border-bottom-right-radius:0px;
    }
    }

    .bdyKZP {
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .fdLwKZ {
      width:100%;
      display:flex;
      row-gap:20px;
      flex-grow:3;
      column-gap:20px;
      flex-basis:0%;
      align-items:stretch;
      flex-shrink:1;
      flex-direction:row;
      justify-content:center;
      border-top-left-radius:4px;
      border-top-right-radius:28px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    @media (max-width: 1000px) {

    .fdLwKZ {
      row-gap:10px;
      column-gap:10px;
    }
    }

    .dQGTVn {
      width:100%;
      display:none;
    }

    @media (max-width: 1000px) {

    .dQGTVn {
      display:block;
    }
    }

    .fqFWsT {
      color:#a3afb2;
      width:64px;
      cursor:pointer;
      display:flex;
      background:linear-gradient(#282d2e, #262a2b);
      box-shadow:inset 0px 1px 2px 0px rgba(255,255,255, 0.08);
      align-items:center;
      padding-top:8px;
      padding-bottom:8px;
      justify-content:center;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .fqFWsT:hover {
      color:#30e1a9;
    }

    .fqFWsT.active {
      color:#e6e6e6;
      background:linear-gradient(#455052, #434d4f);
    }

    @media (max-width: 1000px) {

    .fqFWsT {
      background:none;
      box-shadow:none;
      padding-top:4px;
      padding-bottom:4px;
    }
    }

    @media (max-width: 1000px) {

    .fqFWsT.active {
      background:none;
    }
    }

    .eFvfGk {
      flex:1;
      color:#a3afb2;
      cursor:pointer;
      display:flex;
      row-gap:16px;
      background:linear-gradient(#282d2e, #262a2b);
      box-shadow:inset 0px 1px 2px 0px rgba(255,255,255, 0.08);
      column-gap:16px;
      align-items:center;
      padding-top:8px;
      padding-left:16px;
      padding-right:16px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:center;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .eFvfGk:hover {
      color:#30e1a9;
    }

    .eFvfGk.active {
      color:#ffffff;
      background:linear-gradient(#455052, #434d4f);
    }

    @media (max-width: 480px) {

    .eFvfGk {
      padding-left:8px;
      padding-right:8px;
    }
    }

    .qOeGv {
      width:100%;
      height:100%;
      display:flex;
      position:relative;
      align-items:center;
      padding-top:10px;
      padding-left:10px;
      padding-right:10px;
      flex-direction:column;
      padding-bottom:10px;
      justify-content:center;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .bIJFGY {
      flex:1;
      display:flex;
      position:relative;
      background:conic-gradient(from var(--hue), #25292c var(--L), transparent var(--L), transparent var(--R), #25292c var(--R)) scroll border-box padding-box repeat repeat 0% 0% / auto, radial-gradient(#00000038 0%, #00000038 100%) scroll padding-box border-box repeat repeat 0% 0% / auto, radial-gradient(#ffffffa3 50%, #ffffff00 100%) scroll border-box padding-box repeat repeat 0% 0% / auto, conic-gradient(cyan 0%, green 20%, yellow 40%, red 60%, purple 80%, blue 90%, cyan 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      align-items:center;
      padding-top:var(--intensity);
      aspect-ratio:1/1;
      border-color:#656f7b;
      border-style:solid;
      border-width:1px;
      padding-left:var(--intensity);
      padding-right:var(--intensity);
      padding-bottom:var(--intensity);
      justify-content:center;
      border-top-left-radius:50%;
      border-top-right-radius:50%;
      border-bottom-left-radius:50%;
      border-bottom-right-radius:50%;
    }

    .bdWklF {
      flex:1;
      width:100%;
      display:flex;
      z-index:2;
      position:relative;
      background:#0a0a0a;
      align-items:center;
      border-color:#656f7b;
      border-style:solid;
      border-width:1px;
      justify-content:center;
      border-top-left-radius:50%;
      border-top-right-radius:50%;
      border-bottom-left-radius:50%;
      border-bottom-right-radius:50%;
    }

    .bFJxIQ {
      flex:1;
      width:90%;
      display:flex;
      row-gap:20px;
      position:relative;
      column-gap:20px;
      align-items:center;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      flex-direction:row;
      padding-bottom:20px;
      justify-content:center;
    }

    .dpjsGt {
      flex:1;
      color:#dcdfe0;
      font-size:1.2em;
      font-family:Audiowide;
      font-weight:600;
      line-height:36px;
      padding-left:16px;
      padding-right:16px;
      letter-spacing:2px;
    }

    @media (max-width: 1000px) {

    .dpjsGt {
      color:#c2d8fa;
      font-size:1em;
    }
    }

    .eBPDmY {
      width:100%;
    }

    @media (max-width: 1000px) {

    .eBPDmY {
      display:none;
    }
    }

    .bugzJF {
      rotate:0 0 1 90deg;
    }

    .bugzJF.x-axis {
      rotate:0 0 1 90deg;
    }

    .HomePage\:ffrCTbQPaHaX1a_umRXfj {
      width:100%;
      scroll-snap-align:start;
    }

    .ehMJlT {
      width:72px;
      height:100%;
      display:flex;
      align-items:flex-start;
      flex-direction:column;
      justify-content:center;
    }

    .fwDFPp {
      color:#cfcfcf;
      font-size:14px;
    }

    .GqWBm {
      color:#cfcfcf;
      font-size:14px;
      text-align:right;
    }

    .faUVCe {
      width:100%;
      height:100%;
      display:flex;
      row-gap:8px;
      background:#000000d1;
      box-shadow:0px 6px 5px 0px #00000033 inset, 0px -1px 1px  #ffffff47 inset;
      column-gap:8px;
      align-items:center;
      padding-top:8px;
      padding-left:2px;
      padding-right:2px;
      padding-bottom:8px;
      justify-content:space-between;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .HomePage\:gjJSlbCM0rCyGcNGkcg-8 {
      height:auto;
    }

    .dFfjjO {
      width:100%;
      display:flex;
      row-gap:16px;
      box-shadow:0px 1px 2px 0px #ffffff24 inset;
      column-gap:16px;
      align-items:center;
      padding-top:40px;
      padding-left:40px;
      padding-right:40px;
      flex-direction:row;
      padding-bottom:40px;
      justify-content:flex-start;
      scrollbar-width:none;
      border-bottom-color:#000000;
      border-bottom-style:solid;
      border-bottom-width:4px;
    }

    .dFfjjO::-webkit-scrollbar {
    width: 0;
    }

    @media (max-width: 1000px) {

    .dFfjjO {
      display:flex;
      row-gap:10px;
      column-gap:10px;
      padding-top:16px;
      padding-left:16px;
      padding-right:16px;
      padding-bottom:16px;
      border-bottom-color:#000000;
      border-bottom-style:solid;
      border-bottom-width:2px;
    }
    }

    .edZfCf {
      width:100%;
      height:100%;
      display:flex;
      background:var(--background);
      box-shadow:0px 0px var(--outline) var(--outline) var(--background) inset, var(--x4) var(--y4) var(--blur4) var(--spread4) var(--shadow4) inset, var(--x3) var(--y3) var(--blur3) var(--spread3) var(--shadow3) inset, var(--x2) var(--y2) var(--blur2) var(--spread2) var(--shadow2) inset, var(--x1) var(--y1) var(--blur1) var(--spread1) var(--shadow1) inset;
      align-items:center;
      border-color:var(--background);
      border-style:solid;
      border-width:var(--outlineBorder);
      justify-content:center;
      border-top-left-radius:var(--radius);
      border-top-right-radius:var(--radius);
      border-bottom-left-radius:var(--radius);
      border-bottom-right-radius:var(--radius);
    }

    .dBdvrr {
      width:100px;
      height:100px;
      display:flex;
      position:relative;
      background:#0a0a0a;
      align-items:stretch;
      flex-direction:column;
      justify-content:flex-start;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .cosmic_glow_package\/comic-glow\:7vfxzvkJdsR6aVal_VSfZ {
      top:-9999px;
      left:-9999px;
      opacity:0;
      position:absolute;
    }

    .HomePage\:hvITHb8bF4m4S9lRpvy1Z {
      flex:1;
      width:100%;
      height:100%;
    }

    .eeoECl {
      width:100%;
      height:28px;
      rotate:0 0 1 180deg;
      opacity:0;
      transition:opacity 300ms cubic-bezier(0.42, 0, 0.58, 1);
      padding-top:0px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:0px;
    }

    .eeoECl.active {
      opacity:1;
    }

    .HomePage\:kX_7oTDvHhqPN_ipLCaYL {
      width:50%;
      z-index:2;
      position:relative;
      translate:12px 14px 0;
    }

    .bAMdPP {
      width:100%;
      height:100vh;
      display:flex;
      row-gap:0px;
      background:#000000;
      column-gap:0px;
      align-items:flex-start;
      flex-direction:column;
      justify-content:flex-start;
      border-top-left-radius:0px;
      border-top-right-radius:0px;
      border-bottom-left-radius:0px;
      border-bottom-right-radius:0px;
    }

    .bfuwmm {
      display:flex;
      row-gap:40px;
      flex-grow:4;
      background:linear-gradient(to bottom left, var(--backgroundHigh) 0%, var(--backgroundLow) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      box-shadow:0px 1px 2px 0px #ffffff24 inset;
      column-gap:40px;
      flex-basis:0%;
      align-items:flex-start;
      flex-shrink:1;
      padding-top:40px;
      padding-left:40px;
      padding-right:40px;
      flex-direction:column;
      padding-bottom:40px;
      justify-content:flex-start;
      border-top-left-radius:28px;
      border-top-right-radius:4px;
      border-bottom-left-radius:28px;
      border-bottom-right-radius:4px;
    }

    @media (max-width: 1200px) {

    .bfuwmm {
      flex-grow:3;
    }
    }

    @media (max-width: 1000px) {

    .bfuwmm {
      row-gap:10px;
      flex-grow:1;
      background:linear-gradient(#051d43 0%, #000000 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      column-gap:10px;
      padding-top:10px;
      padding-left:10px;
      padding-right:10px;
      padding-bottom:10px;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:0px;
      border-bottom-right-radius:0px;
    }
    }

    .ezCkIS {
      flex:1;
      display:flex;
      background:linear-gradient(#051d43 0%, #000000 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      box-shadow:0px 12px 24px 0px #00000042 inset, 0px -1px 1px  #ffffff47 inset;
      align-items:flex-end;
      padding-top:80px;
      padding-left:80px;
      padding-right:80px;
      padding-bottom:94px;
      justify-content:center;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    @media (max-width: 1000px) {

    .ezCkIS {
      background:none transparent;
      box-shadow:none;
      padding-top:0px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:28px;
    }
    }

    .dCHLME {
      display:flex;
      opacity:0;
      row-gap:4px;
      column-gap:4px;
      transition:all 600ms cubic-bezier(0.42, 0, 0.58, 1);
      align-items:center;
      padding-top:4px;
      padding-left:4px;
      padding-right:4px;
      flex-direction:row;
      padding-bottom:4px;
      justify-content:flex-start;
      scrollbar-width:none;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .dCHLME::-webkit-scrollbar {
    width: 0;
    }

    .dCHLME.active {
      opacity:1;
    }

    .cQNytP {
      flex:1;
      width:100%;
      display:flex;
      align-items:flex-start;
      padding-top:60px;
      padding-left:40px;
      padding-right:40px;
      padding-bottom:60px;
      justify-content:flex-end;
    }

    @media (max-width: 1000px) {

    .cQNytP {
      display:none;
    }
    }

    .KCJof {
      color:#a3afb2;
      cursor:pointer;
      display:flex;
      row-gap:16px;
      background:linear-gradient(#282d2e, #262a2b);
      box-shadow:inset 0px 1px 2px 0px rgba(255,255,255, 0.08);
      column-gap:16px;
      align-items:center;
      padding-top:8px;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:center;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .KCJof:hover {
      color:#30e1a9;
    }

    .KCJof.active {
      color:#ffffff;
      background:linear-gradient(#455052, #434d4f);
    }

    @media (max-width: 480px) {

    .KCJof {
      padding-left:8px;
      padding-right:8px;
    }
    }

    @media (min-width: 1000px) {

    .KCJof {
      display:none;
    }
    }

    .fFcJIN {
      display:flex;
      row-gap:4px;
      background:#0d0e11;
      column-gap:4px;
      align-items:center;
      padding-top:4px;
      padding-left:4px;
      padding-right:4px;
      flex-direction:row;
      padding-bottom:4px;
      justify-content:flex-start;
      scrollbar-width:none;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .fFcJIN::-webkit-scrollbar {
    width: 0;
    }

    @media (min-width: 1000px) {

    .fFcJIN {
      display:none;
    }
    }